home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 13 / 013.d81 / t.lang translato < prev    next >
Encoding:
Text File  |  1985-01-01  |  1.3 KB  |  85 lines

  1.  
  2.         LANGUAGE TRANSLATOR
  3.  
  4.  
  5.  
  6. Written by: Jim Lockridge
  7.  
  8. Language Translator for the C-64
  9. PowerPlay Magazine, July 1985
  10. Page 50
  11.  
  12.  
  13.   Here's a program that can help you
  14.  
  15. brush-up on your foreign language
  16.  
  17. skills.  LANGUAGE TRANSLATOR will
  18.  
  19. return the English equivalent of
  20.  
  21. foreign words that the user inputs or
  22.  
  23. vice-versa.  Of course, you must
  24.  
  25. provide the computer with a list of
  26.  
  27. words and translation.
  28.  
  29.   Your vocabulary goes into the
  30.  
  31. DATA statements from line 10000 to
  32.  
  33. line 59999.  The English word comes
  34.  
  35. first and then the foreign word.  To
  36.  
  37. enter a word list, LOAD the program
  38.  
  39. and LIST lines 10000-59999.  At the
  40.  
  41. first available line in this range,
  42.  
  43. you can start inputting your words.
  44.  
  45. Simply type a line number followed by
  46.  
  47. the word DATA. Then you can enter one
  48.  
  49. pair of words.  Be sure to put a comma
  50.  
  51. between the two words. You will want
  52.  
  53. to put quote marks around your words
  54.  
  55. if they have commas or colons.  A
  56.  
  57. sample DATA statement would look like
  58.  
  59. this:
  60.  
  61. 10022 DATA "NOTHING" , "NADA"
  62.  
  63.  
  64.    This program is copyrighted by
  65.  
  66. PowerPlay magazine.  All rights to it
  67.  
  68. are reserved.  LOADSTAR has relieved
  69.  
  70. you from the burden of keying in this
  71.  
  72.     program.  For more complete
  73.  
  74. information about this program, refer
  75.  
  76. to the July 1985 issue of PowerPlay
  77.  
  78.              Magazine.
  79.  
  80.  
  81.  
  82. >Files used: LANG TRANSLATOR
  83.  
  84. --------------------------------------
  85.